Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / authentication / executions / {executionId} / config / {id}

Path parameters:
realm - realm name (not id!)
executionId -
id -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/authentication/executions/{executionId}/config/{id} 

Method Detail

GET /admin/realms/{realm}/authentication/executions/{executionId}/config/{id}

HTTP Example:
GET /admin/realms/{realm}/authentication/executions/{executionId}/config/{id}
API Example:

AuthenticationManagementResource.getAuthenticatorConfig({'realm': /* name realm name (not id!) */,
  'executionId': …,
  'id': …});

Output:
AuthenticatorConfigModel
Produces:
application/json

Keycloak REST Services 1.5.0-Final